kotlin-stdlib
JS
kotlin-stdlib
/
kotlin.collections
/
[JS]Map
/
containsKey
contains
Key
JS
abstract
fun
containsKey
(
key
:
K
)
:
Boolean
Content copied to clipboard
Returns
true
if the map contains the specified
key
.